* {
	/*box-sizing:content-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

/* Logo 字体 */
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1684825397747') format('woff2'),
       url('../fonts/iconfont.woff?t=1684825397747') format('woff'),
       url('../fonts/iconfont.ttf?t=1684825397747') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w1200{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.w80{
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

/*.flexslider{
  height: 560px;
}
.flexslider .slides li{
  height: 560px;
  background-size: auto 100% !important;
}*/
.flexslider .slides li img{
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

/*head*/
.top{
  display: none;
}
.top_h{
  display: none;
}
.menu{
  display: none;
}
.head{
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  height: 90px;
  transition: all 0.3s;
}
.head_h{
  /*height: 90px;*/
}
.head .logo{
  position: relative;
  display: block;
  float: left;
  margin-right: 35px;
  margin-top: 21px;
}
.head .logo img{
  display: block;
  height: 48px;
  transition: all 0.3s;
}
.head .logo .logo_b{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.head .right{
  text-align: right;
}

.head .right{
  /*margin-top: 24px;*/
}
.head .nav{
  float: left;
}
.head .nav li{
  position: relative;
  float: left;
}
.head .nav li>a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 90px;
  padding: 0 26px;
  transition: all 0.3s;
}

.head.bd .nav li:hover>a{
  color: #fff;
  background-color: #274082;
}
.head .nav li:hover>a:after{
  width: 100%;
}
.head .nav li .xl{
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 90px;
  min-width: 100%;
  background-color: rgba(0,0,0,0.8);
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
  transform: translateX(-50%);
}
.head .nav li .xl a{
  display: block;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
  transition: all 0.3s;
}
.head .nav li .xl a:hover{
  color: #fff;
  background-color: #274082;
}
.head .search{
  float: right;
  width: 60px;
  height: 90px;
  text-align: center;
  transition: all 0.3s;
}
.head .search i{
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 90px;
  cursor: pointer;
  transition: all 0.3s;
}
.head.bd .search i:hover{
  color: #274082;
  /*background-color: #274082;*/
}

.search_box{
  display: none;
  position: fixed;
  z-index: 19;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding: 45px;
  width: 768px;
  height: 140px;
}
.search_box form{
  position: relative;
}
.search_box input{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  outline: 0;
  padding: 0 70px 0 20px;
  font-size: 14px;
  color: #666;
}
.search_box button{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  border: 0px;
  cursor: pointer;
}
.search_box .close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search_box .close:after,.search_box .close:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  line-height: 20px;
  background-color: #999;
  transform: rotate(45deg);
}
.search_box .close:before{
  transform: rotate(-45deg);
}
.search_bg{
  display: none;
  position: fixed;
  z-index: 18;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}

.head.bd{
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.head.bd .logo .logo_w{
  opacity: 0;
}
.head.bd .logo .logo_b{
  opacity: 1;
}
.head.bd .nav li>a{
  color: #000;
}
.head.bd .search i{
  color: #000;
}


/*index*/
.index_bg{
  /*background-color: #f5f5f5;*/
}

.banner img{
  display: block;
}
.banner .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  opacity: 0.8;
  background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
  background-color: #274082;
}


.intl{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.intl h3{
  position: relative;
  margin: 0 auto 10px;
  padding: 0 10px;
  font-size: 34px;
  color: #274082;
  font-weight: bold;
}
/*.intl h3:after,.intl h3:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  border: 2px solid #274082;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: translateY(-50%);
}
.intl h3:before{
  left: auto;
  right: -12px;
}*/
.intl h5{
  position: absolute;
  top: -30px;
  font-size: 48px;
  color: #666;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  margin-bottom: 20px;
}
.intl span{
  display: block;
  width: 30px;
  height: 3px;
  background-color: #B82B51;
  margin: 0 auto 20px;
}
.intl p{
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}


.inmain1{
  padding: 80px 0 80px;
  background: url(../images/inmain1_bg.jpg) no-repeat center;
  background-attachment: fixed;
}
.inmain1 .w80{
  /*display: flex;
  justify-content: space-between;*/
}
.inmain1 .text{
  float: left;
  width: 49%;
  padding-top: 50px;
}
.inmain1 .text h3{
  font-size: 36px;
  line-height: 42px;
  color: #333;
  margin-bottom: 10px;
}
.inmain1 .text h5{
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
}
.inmain1 .text span{
  display: block;
  height: 12px;
  position: relative;
  margin-bottom: 20px;
}
.inmain1 .text span:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #B82B51;
  transform: rotate(45deg);
}
.inmain1 .text span:after{
  content: "";
  position: absolute;
  top: 6px;
  left: 20px;
  width: 340px;
  height: 1px;
  background-color: #ccc;
}
.inmain1 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.inmain1 .text a{
  display: block;
  width: 120px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  background-color: #274082;
  text-align: center;
  transition: all 0.3s;
}
.inmain1 .text a:hover{
  box-shadow: 3px 3px 2px rgba(0,0,0,0.3);
}
.inmain1 .img{
  float: right;
  width: 49%;
  height: 425px;
  overflow: hidden;
  box-shadow: 40px -20px 0px #274082;
}
.inmain1 .img img{
  display: block;
  height: 100%;
  object-fit: cover;
}

.inmain2{
  margin: 80px auto 80px;
  /*padding: 0 50px;*/
}
.inmain2 .content{
  position: relative;
  padding: 0 50px;
}
.inmain2 .content .swiper-container{
  padding: 20px 0;
}
.inmain2 .content li{
  padding: 0 10px;
}
.inmain2 .content li a{
  position: relative;
  display: block;
  padding: 20px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  transition: all 0.3s;
}
.inmain2 .content li a:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 0px;
  background-color: #B82B51;
  transition: all 0.3s;
}
.inmain2 .content li h3{
  text-align: center;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.inmain2 .content li a:hover{
  transform: translateY(-10px);
}
.inmain2 .content li a:hover:after{
  width: 100px;
}
.inmain2 .content li a:hover h3{
  color: #274082;
}

.inmain2 .content .inmain2_prev,.inmain2 .content .inmain2_next{
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 32px;
  color: #999;
  cursor: pointer;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
.inmain2 .content .inmain2_next{
  left: auto;
  right: 0px;
  transform: translateY(-50%) rotate(0deg);
}
.inmain2 .content .inmain2_prev:hover,.inmain2 .content .inmain2_next:hover{
  color: #274082;
}

.incase{
  margin: 80px 0 0;
}
.incase .intl{
  margin-bottom: 50px;
}
.incase .content ul{
  overflow: hidden;
}
.incase .content li{
  float: left;
  width: 25%;
  border: 1px solid #fff;
  border-right: 0px;
  transition: all 0.3s;
}
.incase .content li:first-child{
  border-left: 0px;
}
.incase .content li a{
  display: block;
  position: relative;
}
.incase .content li .bg1{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,0,0,0.5);
  transition: all 0.5s;
}
.incase .content li .text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.incase .content li .text h3{
  font-size: 181px;
  line-height: 181px;
  /*color: #fff;*/
  color: transparent;
  font-family: arial;
  -webkit-text-stroke: 2px #fff;
}
.incase .content li .text h5{
  font-size: 18px;
  color: #eee;
  letter-spacing: 2px;
}
.incase .content li .bg2{
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%,-50%);
  background-color: rgba(39,64,130,0.8);
  transition: all 0.3s;
  opacity: 0;
}
.incase .content li .box{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
}
.incase .content li .box h3{
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.incase .content li .box span{
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 10px;
}
.incase .content li .box p{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.incase .content li .box font{
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 100px;
  font-size: 16px;
  line-height: 32px;
  color: #274082;
  background-color: #fff;
  transform: translateX(-50%);
}
.incase .content li .img{
  height: 500px;
}
.incase .content li .img img{
  display: block;
  height: 100%;
  object-fit: cover;
}

.incase .content li.cur{
  width: 34%;
}
.incase .content li.oth{
  width: 22%;
}

.incase .content li.cur .bg1{
  z-index: 0;
  opacity: 0;
  transform: translate(-50%,-50%) scale(0.6);
}
.incase .content li.cur .bg2{
  z-index: 1;
  opacity: 1;

}




.inmain3{
  height: 240px;
  overflow: hidden;
  padding-top: 60px;
  background: url(../images/inmain3_bg.jpg) no-repeat center;
  background-attachment: fixed;
}
.inmain3 h3{
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.inmain3 a{
  display: block;
  width: 120px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #b82b51;
  margin: 0 auto;
}
.inmain3 a span{
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  margin-right: 5px;
}

.inmain4{
  padding: 80px 0 80px;
}
.inmain4 .intl{
  float: left;
  width: 20%;
  margin-top: 80px;
  text-align: left;
}
.inmain4 .intl h3{
  padding: 0px;
}
.inmain4 .intl span{
  margin: 0
}
.inmain4 .content{
  float: right;
  width: 78%;
}
.inmain4 .content ul{
  display: flex;
  justify-content: space-between;
}
.inmain4 .content li{
  /*float: left;*/
  width: 32%;
}
.inmain4 .content li a{
  display: block;
}
.inmain4 .content li .img{
  position: relative;
  height: 220px;
  overflow: hidden;
}
.inmain4 .content li img{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.5s;
}
.inmain4 .content li .text{
  padding: 30px 10px 10px 5px;
}
.inmain4 .content li .text h3{
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.inmain4 .content li .text span{
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 10px;
}
.inmain4 .content li .text span:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: #274082;
  transition: all 0.3s;
}
.inmain4 .content li .text p{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inmain4 .content li a:hover .img img{
  transform: translate(-50%,-50%) scale(1.1);
}
.inmain4 .content li a:hover .text span:after{
  width: 100%;
}







.foot{
  background-color: #353F4C;
}
.foot .foot1{
  position: relative;
  padding: 80px 350px 50px 200px;
}
.foot .foot_code{
  position: absolute;
  top: 80px;
  left: 0px;
  width: 120px;
}
.foot .foot_code h5{
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.foot .foot_code img{
  display: block;
  width: 120px;
}
.foot .foot_contact{
  position: absolute;
  top: 80px;
  right: 0px;
  width: 280px;
}
.foot .foot_contact h3{
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.foot .foot_contact p{
  font-size: 14px;
  color: #9a9fa6;
  line-height: 24px;
}
.foot .foot_nav{
  border: 1px solid #687382;
  border-top: 0px;
  border-bottom: 0px;
  padding: 0 20px;
  min-height: 180px;
}
.foot .foot_nav li{
  float: left;
  width: 20%;
  text-align: center;
}
.foot .foot_nav li a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
.foot .foot_nav li dl{
  margin-top: 20px;
}
.foot .foot_nav li dd a{
  font-size: 14px;
  line-height: 24px;
  color: #9a9fa6;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.foot .foot_nav li dd a:hover{
  color: #fff;
}

.foot2{
  
  /*background-color: #ededed;*/
}
.foot2 .w80{
  padding: 12px 0;
  border-top: 1px solid #687382;
}
.foot2 p{
  font-size: 14px;
  line-height: 24px;
  color: #9a9fa6;
}
.foot2 a{
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #9a9fa6;
  transition: all 0.3s;
}
.foot2 a:hover{
  color: #fff;
}


















/*tap*/


.page_ban{
  height: 400px;
  padding-top: 180px;
}
.page_ban .w80 h3{
  font-size: 30px;
  color: #fff;
}
.page_ban .w80 h4{
  font-size: 50px;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
  text-transform: uppercase;
}

.page_nav{
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
.page_nav ul{
  float: left;
}
.page_nav ul li{
  float: left;
}
.page_nav ul li a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  height: 70px;
  padding: 0 30px;
}
.page_nav ul li a:before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 2px;
  width: 0px;
  background-color: #274082;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.page_nav ul li a:after{
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #ccc;
  transform: translateY(-50%);
}
.page_nav ul li:last-child a:after{
  display: none;
}
.page_nav ul li a:hover{
  color: #274082;
}
.page_nav ul li a:hover:before{
  width: 80%;
}

.page_nav .location{
  float: right;  
}
.page_nav .location p{
  font-size: 16px;
  line-height: 70px;
  height: 70px;
}
.page_nav .location a{
  display: inline-block;
  font-size: 16px;
  color: #666;
  font-family: "iconfont" !important;
}
.page_nav .location span{
  margin: 0 10px;
  color: #666;
}
.page_nav .location a:hover{
  color: #274082;
}

/*about*/

.about{
  margin-bottom: 80px;
}
.about p{
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-align: justify;
  margin-bottom: 5px;
}






/*newslist*/
.newsli_bg{
  /*background-color: #f5f5f5;*/
}
.newsli{
  padding: 0 40px;
  margin-bottom: 80px;
}
.newsli li{
  margin-bottom: 40px;
}
.newsli li a{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px;
  height: 270px;
  background-color: #f5f5f5;
}
.newsli li a .img{
  position: relative;
  /*float: left;*/
  width: 25%;
}
.newsli li a .img img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.newsli li a .text{
  position: relative;
  width: 72%;
}
.newsli li a .text h3{
  font-size: 24px;
  margin: 15px 0;
  color: #333;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.newsli li a .text p{
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 25px 0;
}
.newsli li a .text span{
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0px;
  color: #999;
}
.newsli li a:hover .text h3{
  color: #274082
}

/*news*/

.news .news_tl{
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3{
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span{
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con{
  margin-bottom: 60px;
}
.news .news_con p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.news .news_con table{
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0px;
  border-collapse:collapse;
}
.news .news_con table tr td{
  border: 1px solid #ccc;
  color: #777;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.news .news_tj{
  margin-bottom: 110px;
}
.news .news_tj li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
  margin-right: 0px;
}

.news .news_tj li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
  margin-right: 0px;
}
.news .news_tj li a{
  display: block;
  border: 3px solid #fff;
  transition: all 0.3s;
}
.news .news_tj li img{
  display: block;
  background-color: #ddd;
  width: 100%;
}
.news .news_tj li .text{
  padding: 20px 15px;
}
.news .news_tj li .text h3{
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news .news_tj li .text font{
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  margin: 5px 0;
}
.news .news_tj li .text span{
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  margin-bottom: 5px;
  font-family: "arial";
}
.news .news_tj li .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.news .news_tj li a:hover{
  border: 3px solid #2772db;
}
.news .fy{
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .fy a{
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.news .fy a:hover{
  color: #274082;
}


/*photo*/

.photoli{
  margin-bottom: 120px;
}
.photoli h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.photoli li:nth-child(3n){
  margin-right: 0px;
}
.photoli li a{
  display: block;
  position: relative;
  transition: all 0.3s;
}
.photoli li img{
  display: block;
  transition: all 0.3s;
}
.photoli li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli li h5{
  line-height: 55px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.photoli li a:hover{
  background-color: #005ba8;
}
.photoli li a:hover img{
  opacity: 0.2;
}
.photoli li a:hover span{
  opacity: 1;
}
.photoli li a:hover h5{
  color: #fff;
  background-color: #5f9df8;
}

.photoli1{
  margin-bottom: 120px;
}
.photoli1 h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli1 li{
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.photoli1 li:nth-child(4n){
  margin-right: 0px;
}
.photoli1 li a{
  display: block;
  position: relative;
  padding: 10px;
  transition: all 0.3s;
  border: 1px solid #dadada;
}
.photoli1 li .photoli1_con{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img{
  font-size: 0px;
  transition: all 0.3s;
  text-align: center;
}
.photoli1 li .img img{
  display: inline-block;
  vertical-align: middle;
}
.photoli1 li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli1 li h5{
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con{
  opacity: 1;
}
/*.photoli1 li a:hover img{
  opacity: 0.2;
}*/
.photoli1 li a:hover span{
  opacity: 1;
}
.photoli1 li a:hover h5{
  opacity: 1;
}
.photoli1 .text{
  margin-bottom: 85px;
  background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777;
  width: 48%;
}


/*pro_left*/
.proli_nav_mob{
  display: none;
}
.proli_nav{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 280px;
  border: 1px solid #eee;
}
.proli_nav h3{
  font-size: 24px;
  /*font-weight: bold;*/
  color: #fff;
  background-color: #274082;
  padding: 25px 20px;
  text-align: center;
}
.proli_nav li{
  border-top: 1px solid #eee;
}
.proli_nav li a{
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
}
.proli_nav li a:hover,.proli_nav li.cur a{
  color: #274082;
  /*background-color: #eee;*/
}


/*productlist*/
.proli{
  position: relative;
  min-height: 100px;
  padding-left: 280px;
  margin-bottom: 60px;
}
.proli .con ul{
  margin-bottom: 40px;
}
.proli .con li{
  float: left;
  width: 31%;
  margin-left: 2.333%;
  margin-bottom: 2.333%;
}
/*.proli .con li:nth-child(4n){
  margin-right: 0px;
}*/
.proli .con li a{
  position: relative;
  display: block;
  background-color: #fff;
  /*padding-bottom: 20px;*/
  /*box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);*/
  border: 1px solid #eee;
  transition: all 0.3s;
  overflow: hidden;
}
.proli .con li a:after{
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 48px;
  height: 1px;
  width: 0px;
  background-color: #274082;
  transition: all 0.3s;
}

.proli .con li .img{
  overflow: hidden;
  /*background-color: #000;*/
}
.proli .con li img{
  display: block;
  transition: all 0.3s;
}
.proli .con li h3{
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  border-top: 1px solid #eee;
  transition: all 0.6s;
}
.proli .con li a:hover{
  /*box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);*/
}
.proli .con li a:hover:after{
  width: 100%;
}
.proli .con li a:hover img{
  transform: scale(1.1);
  /*opacity: 0.3;*/
}
.proli .con li a:hover h3{
  color: #274082;
  /*background-color: #274082;*/
}



/*product*/
.procon{
  position: relative;
  padding-left: 280px;
  margin-bottom: 60px;
}
.procon .con{
  padding-left: 2.333%;
}
.procon .con .pro_tl{
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.procon .con .pro_tl h3{
  font-size: 24px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}
.procon .con img.ico{
  display: block;
  margin: 0 auto 30px;
}
.procon .con p{
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
/*.procon .con .back{
  border-top: 1px solid #eee;
}
.procon .con .back a{
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  color: #666;
}*/

/*contact*/
.contact{
  padding: 0 20px;
  margin-bottom: 100px;
}
.contact .text{
  /*float: left;*/
  /*width: 30%;*/
  margin-bottom: 40px;
}
.contact .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.contact .text .fk h3{
  font-size: 32px;
  line-height: 32px;
  color: #274082;
  margin-bottom: 40px;
  text-align: center;
}
.contact .text .fk ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.contact .text .fk ul li{
  width: 31%;
  text-align: center;
  height: 160px;
  padding: 20px 0 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
/*.contact .text .fk ul li:nth-child(1){
  margin-bottom: 20px;
}*/
.contact .text .fk ul li .ico{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #274082;
  padding: 6px;
  margin: 0 auto 10px;
}
.contact .text .fk ul li .ico img{
  display: block;
}
.contact .text .fk ul li h5{
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
} 
.contact .text .fk ul li p{
  font-size: 16px;
  color: #999;
  text-align: center;
}

.contact .map{
  /*float: right;*/
  /*width: 68%;*/
  height: 300px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.contact .gbook h3{
  font-size: 24px;
  font-weight: bold;
  color: #274082;
  margin-bottom: 15px;
}
.contact .gbook p{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 30px;
}
.contact .gbook li{
  position: relative;
  float: left;
  width: 31%;
  height: 38px;
  margin-right: 3.5%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding-left: 100px;
}
.contact .gbook li:nth-child(3){
  margin-right: 0px;
}
.contact .gbook li:nth-child(4){
  /*float: none;*/
  width: 100%;
  height: auto;
  padding-left: 0px;
}
.contact .gbook li h5{
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.contact .gbook li input{
  border: 0px;
  line-height: 36px;
  width: 100%;
  outline: none;
}
.contact .gbook li textarea{
  border: 0px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 10px 10px;
  outline: none;
}
.contact .gbook button{
  display: block;
  width: 120px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  background-color: #666;
  transition: all 0.3s;
}
.contact .gbook button:hover{
  background-color: #274082;
}